home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TOPENWITHPREFSFRAME / TOPENWITHPREFSFRAME.txt
Text File  |  2008-11-03  |  6KB  |  277 lines

  1. inherited OpenWithPrefsFrame: TOpenWithPrefsFrame
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Open_With_Applications'
  4.   Caption = '"Open With" Applications'
  5.   object ListTable: TUiListTable [0]
  6.     Left = 8
  7.     Top = 8
  8.     Width = 409
  9.     Height = 117
  10.     DragMode = dmAutomatic
  11.     HeaderCols.Items = (
  12.       '136'
  13.       '136'
  14.       '137')
  15.     HeaderCols.WideStrings = (
  16.       'Description'
  17.       'Command Line'
  18.       'Shortcut')
  19.     HeaderHeight = 17
  20.     TabOrder = 0
  21.     VertLines = True
  22.     WantReturns = True
  23.     OnAllowDeleteItem = ListTableAllowDeleteItem
  24.     OnClick = ListTableClick
  25.     OnDeleteItem = ListTableDeleteItem
  26.     OnDragDrop = ListTableDragDrop
  27.     OnDragOver = ListTableDragOver
  28.     OnGetDisplayUtf8Text = ListTableGetDisplayUtf8Text
  29.     OnInsertItem = ListTableInsertItem
  30.     OnItemsDeleted = ListTableItemsDeleted
  31.   end
  32.   object NewBtn: TUiButton [1]
  33.     Left = 8
  34.     Top = 128
  35.     Caption = '&New...'
  36.     TabOrder = 1
  37.     OnClick = NewClick
  38.     AutoSize = asLeft
  39.   end
  40.   object MoveUpBtn: TUiBitBtn [2]
  41.     Tag = -1
  42.     Left = 81
  43.     Top = 128
  44.     Width = 24
  45.     Hint = 'Move Up'
  46.     TabOrder = 2
  47.     OnClick = MoveClick
  48.     ImageIndex = imgUp
  49.     Images = BcImages.MainImages
  50.   end
  51.   object MoveDownBtn: TUiBitBtn [3]
  52.     Tag = 1
  53.     Left = 105
  54.     Top = 128
  55.     Width = 24
  56.     Hint = 'Move Down'
  57.     TabOrder = 3
  58.     OnClick = MoveClick
  59.     ImageIndex = imgDown
  60.     Images = BcImages.MainImages
  61.   end
  62.   object DeleteBtn: TUiButton [4]
  63.     Left = 129
  64.     Top = 128
  65.     Caption = '&Delete'
  66.     TabOrder = 4
  67.     OnClick = DeleteClick
  68.     AutoSize = asLeft
  69.   end
  70.   object CurGroupBox: TUiGroupBox [5]
  71.     Left = 8
  72.     Top = 160
  73.     Width = 409
  74.     Height = 225
  75.     Caption = 'Edit selected'
  76.     TabOrder = 5
  77.     object DescriptionLbl: TUiLabel
  78.       Left = 8
  79.       Top = 16
  80.       Height = 13
  81.       Caption = 'Description:'
  82.       FocusControl = DescriptionEdit
  83.     end
  84.     object ShortCutLbl: TUiLabel
  85.       Left = 176
  86.       Top = 16
  87.       Height = 13
  88.       Caption = '&Shortcut:'
  89.       FocusControl = ShortCutEdit
  90.     end
  91.     object CmdLineLbl: TUiLabel
  92.       Left = 8
  93.       Top = 56
  94.       Height = 13
  95.       Caption = 'Command line:'
  96.       FocusControl = CmdLineEdit
  97.     end
  98.     object CmdLineBrowseBtn: TUiBrowseSpeedButton
  99.       Left = 344
  100.       Top = 72
  101.       Hint = 'Browse for Application'
  102.       BrowseEdit = CmdLineEdit
  103.     end
  104.     object CmdLineArgBtn: TUiSpeedButton
  105.       Left = 376
  106.       Top = 72
  107.       Hint = 'Insert Parameter'
  108.       Flat = False
  109.       ImageIndex = imgDropDown
  110.       Images = BcImages.MainImages
  111.       OnClick = CmdLineArgClick
  112.     end
  113.     object WorkingDirLbl: TUiLabel
  114.       Left = 8
  115.       Top = 96
  116.       Height = 13
  117.       Caption = 'Working folder:'
  118.       FocusControl = WorkingDirEdit
  119.     end
  120.     object WorkingDirBrowseBtn: TUiBrowseSpeedButton
  121.       Left = 264
  122.       Top = 112
  123.       Hint = 'Browse for Working Folder'
  124.       BrowseComboBox = WorkingDirEdit
  125.     end
  126.     object PathDelimLbl: TUiLabel
  127.       Left = 296
  128.       Top = 96
  129.       Height = 13
  130.       Caption = 'Path delimiter:'
  131.       FocusControl = PathDelimEdit
  132.     end
  133.     object DescriptionEdit: TUiEdit
  134.       Left = 8
  135.       Top = 32
  136.       Width = 161
  137.       Height = 21
  138.       TabOrder = 0
  139.       OnChange = CurChangedClick
  140.     end
  141.     object ShortCutEdit: TUiShortCutEdit
  142.       Left = 176
  143.       Top = 32
  144.       Width = 129
  145.       Height = 21
  146.       TabOrder = 1
  147.       OnChange = CurChangedClick
  148.     end
  149.     object ShortCutRemoveBtn: TUiButton
  150.       Left = 312
  151.       Top = 32
  152.       Width = 89
  153.       Caption = 'Remove'
  154.       TabOrder = 2
  155.       OnClick = ShortCutRemoveClick
  156.     end
  157.     object CmdLineEdit: TUiBrowseEdit
  158.       Left = 8
  159.       Top = 72
  160.       Width = 329
  161.       Height = 21
  162.       TabOrder = 3
  163.       OnChange = CurChangedClick
  164.       OnBrowse = CmdLineBrowse
  165.     end
  166.     object WorkingDirEdit: TUiBrowseComboBox
  167.       Left = 8
  168.       Top = 112
  169.       Width = 249
  170.       Height = 21
  171.       AutoComplete = False
  172.       ItemHeight = 13
  173.       TabOrder = 4
  174.       OnChange = CurChangedClick
  175.       DirsOnly = True
  176.       OnBrowse = WorkingDirBrowse
  177.     end
  178.     object PathDelimEdit: TUiEdit
  179.       Left = 296
  180.       Top = 112
  181.       Width = 24
  182.       Height = 21
  183.       MaxLength = 2
  184.       TabOrder = 5
  185.       OnChange = CurChangedClick
  186.     end
  187.     object HandleFilesEdit: TUiCheckBox
  188.       Left = 8
  189.       Top = 144
  190.       Height = 17
  191.       Caption = 'Accepts files'
  192.       TabOrder = 6
  193.       OnClick = CurChangedClick
  194.     end
  195.     object HandleFoldersEdit: TUiCheckBox
  196.       Left = 208
  197.       Top = 144
  198.       Height = 17
  199.       Caption = 'Accepts folders'
  200.       TabOrder = 7
  201.       OnClick = CurChangedClick
  202.     end
  203.     object RefreshWhenDoneEdit: TUiCheckBox
  204.       Left = 8
  205.       Top = 164
  206.       Height = 17
  207.       Caption = 'Refresh when finished'
  208.       TabOrder = 8
  209.       OnClick = CurChangedClick
  210.     end
  211.     object MultiInstanceEdit: TUiCheckBox
  212.       Left = 8
  213.       Top = 184
  214.       Height = 17
  215.       Caption = 'Multiple instances'
  216.       TabOrder = 9
  217.       OnClick = CurChangedClick
  218.     end
  219.     object WaitForEdit: TUiCheckBox
  220.       Left = 24
  221.       Top = 204
  222.       Height = 17
  223.       Caption = 'Wait for previous instance to finish'
  224.       TabOrder = 10
  225.       OnClick = CurChangedClick
  226.     end
  227.   end
  228.   inherited DefaultBtn: TUiButton
  229.     Caption = 'Clear'
  230.     TabOrder = 6
  231.   end
  232.   object CmdLineArgPopup: TUiPopupMenu
  233.     Left = 8
  234.     Top = 8
  235.     object PathNameItem: TUiMenuItem
  236.       Tag = 102
  237.       Caption = 'Absolute Path and Filename (%f)'
  238.       OnClick = CmdLineItemClick
  239.     end
  240.     object NumItem: TUiMenuItem
  241.       Tag = 108
  242.       Caption = 'Current Line Number (%l)'
  243.       OnClick = CmdLineItemClick
  244.     end
  245.     object NameItem: TUiMenuItem
  246.       Tag = 110
  247.       Caption = 'Filename (%n)'
  248.       OnClick = CmdLineItemClick
  249.     end
  250.     object PathItem: TUiMenuItem
  251.       Tag = 112
  252.       Caption = 'Absolute Path (%p)'
  253.       OnClick = CmdLineItemClick
  254.     end
  255.     object ExtItem: TUiMenuItem
  256.       Tag = 120
  257.       Caption = 'Extension, Including '#39'.'#39' (%x)'
  258.       OnClick = CmdLineItemClick
  259.     end
  260.     object BasenameItem: TUiMenuItem
  261.       Tag = 98
  262.       Caption = 'Filename Without Extension (%b)'
  263.       OnClick = CmdLineItemClick
  264.     end
  265.     object RelPathNameItem: TUiMenuItem
  266.       Tag = 70
  267.       Caption = 'Relative Path and Filename (%F)'
  268.       OnClick = CmdLineItemClick
  269.     end
  270.     object RelPathItem: TUiMenuItem
  271.       Tag = 80
  272.       Caption = 'Relative Path (%P)'
  273.       OnClick = CmdLineItemClick
  274.     end
  275.   end
  276. end
  277.